﻿.modularTitleBox
{
    background-position: 450px 0px;
    background-repeat: no-repeat;
}

.modularTitle
{
    text-align: center;
    font-size: 30px;
    margin-top: 40px;
    color: #3e3e3e;
}

.modularText
{
    margin: 15px auto 0px auto;
    padding: 25px 0 34px 0;
    width: 620px;
    text-align: center;
    font-size: 16px;
    overflow: hidden;
    color: #8e8e8e;
    background: url(../Images/modularTextIcon.jpg) no-repeat center top;
}

.more
{
    text-align: center;
    margin-top: 43px;
}

.more a
{
    display: inline-block;
    color: #878787;
    width: 120px;
    height: 35px;
    line-height:35px;
    text-align: center;
    border: #878787 solid 1px;
    border-radius: 7px;
    font-size: 18px;
}

@media (max-width: 768px) 
{
    .modularTitle
    {
        font-size: 25px;
        margin: 15px auto 15px auto;
    }
    
    .modularTitleBox
    {
        background: none!important;
    }
    
    .modularText
    {
        display: none;
    }
}

/*热搜关键词*/
.hotKeywordsBox
{
    border-bottom: #efefef solid 1px;
}

.hotKeywords
{
    line-height: 40px;
    color: #969696;
}

.hotKeywords a
{
   color: #969696; 
}

@media (max-width: 768px) 
{
    .hotKeywordsBox
    {
        display: none;
    }
}

/*产品*/
.productBox .modularTitleBox
{
    background-image: url(../Images/productBgIcon.png);
}

.tabCtrlBox 
{
	width: 100%;
	text-align:left;
}
.tabCtrlBox .hd 
{
	position: relative;
	margin: 0px auto 0px auto;
	overflow:hidden;
	height: 37px;
}
.tabCtrlBox .hd ul 
{
	text-align: center;
}
.tabCtrlBox .hd ul li 
{
    display: inline-block;
	width: 146px;
	height: 37px;
	line-height: 37px;
	font-size: 16px;
	text-align: center;
	cursor:pointer;
	background: #a8a8a8;
	color: #fff;
	margin-right: 15px;
}

.tabCtrlBox .hd ul li a
{
    color: #fff;
}

.tabCtrlBox .hd ul li:last-child
{
    margin-right: 0px;
}

.tabCtrlBox .hd ul li.on 
{
	background: #1052b3;
	box-shadow: 2px 2px 10px #1052b3;
}

.tabCtrlBox .bd
{
    margin: 30px auto 0 auto;
}
.tabCtrlBox .bd ul
{
	zoom:1;
}
.tabCtrlBox .bd li 
{
	overflow: hidden;
	display: inline-block;
	width: 288px;
	margin-right: 10px;
}

.tabCtrlBox .bd li:last-child
{
    margin-right: 0px;
}

.tabCtrlBox .bd a
{
	display: block;
	width: 100%;
}

.tabCtrlBox .bd .imgBox
{
	width: 288px;
	padding-bottom: 120%;
	vertical-align: middle;
	text-align: center;
	border: #dcdcdc solid 1px;
	overflow: hidden;
}

.tabCtrlBox .bd .imgBox img
{
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
}

.tabCtrlBox .bd .productName
{
    display: block;
    font-size: 18px;
    text-align: center;
    line-height: 54px;
    height: 54px;
    width: 100%;
    overflow: hidden;
    color: #3e3e3e;
    font-weight: bold;
}

.tabCtrlBox .bd .summary
{
    font-size: 12px;
    line-height: 18px;
    color: #3e3e3e;
    display: block;
    height: 54px;
}

@media (max-width: 768px) 
{
    .tabCtrlBox .hd 
    {
        height: auto;
    }
    
    .tabCtrlBox .hd ul li
    {
        width: 48.5%;
	    margin-right: 0px;
	    margin-top: 3px;
    }
    
    .tabCtrlBox .bd
    {
        margin-top: 5px;
    }
    
    .tabCtrlBox .bd ul
    {
        text-align: center;
    }
    
    .tabCtrlBox .bd ul li
    {
        width: 48%;
        margin-right: 0px;
    }
    
    .tabCtrlBox .bd .imgBox
    {
        width: 100%;
    }
    
    .tabCtrlBox .bd .productName
    {
        font-size: 16px;
    }
    
    .tabCtrlBox .bd .summary
    {
        display: none;
    }
}

/*优势*/
.advantageBox
{
    overflow: hidden;
    margin-top: 50px;
}

.advantageBox .advantageBg
{
    height: 524px;
    background: url(../Images/adventageBg.jpg) no-repeat center;
}

.advantageBox .advantageBg img
{
    display: none;
    width: 100%;
}

@media (max-width: 768px) 
{
    .advantageBox .advantageBg
    {
        height: initial;
    }
    
    .advantageBox .advantageBg img
    {
        display: block;
    }
}

/*工程*/
.projectBox
{
    padding-bottom: 55px;
}

.projectBox .modularTitleBox
{
    background-image: url(../Images/projectBgIcon.png);
}

.recommendProjectList
{
    position: relative;
}

.recommendProjectList li
{
    float: left;
    width: 24%;
    margin: 0.5%;
}

.recommendProjectList .imgBox
{
    width: 100%;
    padding-bottom: 81%;
    overflow: hidden;
    background: #efefef;
}

.recommendProjectList li span
{
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    height: 30px;
    margin-top: -30px;
    text-align: center;
    overflow: hidden;
    position:relative;
    z-index: 2;
    background-color: #1052b3;
}

@media (max-width: 768px) 
{
    .recommendProjectList ul
    {
        width: 100%;
    }
    
    .recommendProjectList li
    {
        width: 48%;
        margin: 1%;
    }

    .recommendProjectList li span
    {
        font-size: 14px;
    }
}


/*荣誉客户*/
.customerBox
{
    overflow: hidden;
    padding-bottom: 55px;
}

.customerBox .modularTitleBox
{
    background-image: url(../Images/customerBgIcon.png);
}

.customerBox .customerMain
{
    position: relative;
}

.customerBox .customerMain .swiper-button-prev
{
    width: 37px;
    height: 37px;
    left: -55px;
    /*background: url(../Images/prevHover.jpg) no-repeat center;*/
}

.customerBox .customerMain .swiper-button-next
{
    width: 38px;
    height: 37px;
    right: -55px;
    /*background: url(../Images/nextHover.jpg) no-repeat center;*/
}

.customerBox .item
{
    overflow: hidden;
    margin: 0 auto;
    height: 100%;
    color: #fff;
}

.customerBox ul li
{
    height: initial;
    padding: 0px 10px;
    width: 25%;
    cursor: pointer;
}

.customerBox ul li img
{
    width: 100%;
}

.customerBox .customerList
{
    position: relative;
    overflow: hidden;
}

.customerBox .customerList .imgBox
{
    width: 100%;
    padding-bottom: 61%;
    overflow: hidden;
    border: #dddddd solid 1px;
}

@media (max-width: 768px) 
{
    .customerBox
    {
        padding-bottom: 10px;
    }
    
    .customerBox ul, .customerBox li, .customerBox .item
    {
        width: 100%;
    }
    
    .customerBox ul li
    {
        padding: 0px 0px;
    }
}

/* 服务 */
.serviceBox
{
    overflow: hidden;
    position: relative;
    background: #f1f1f1;
    padding-bottom: 10px;
}

.serviceBox .modularTitleBox
{
    background-image: url(../Images/serviceBgIcon.png);
}

.serviceBox ul
{
    margin: 0 -8px;
}
.serviceBox li
{
    width: 16.6%;
    float: left;
    box-sizing: border-box;
    padding: 1% 0;
    text-align: center;
}
.serviceBox li:after
{
    content: url(../Images/servicIcon.jpg);
    position: relative;
    top: -109px;
    left: 102px;
}

.serviceBox li:last-child:after
{
    content: "";
}

.serviceBox li img.icon{
    width: 70%;
    margin: 0 auto;
    transition: .7s;
}
.serviceBox li span{
    font-size: 16px;
    display: block;
    margin-top: .8em;
    color: #747474;
}
.serviceBox li:hover img.icon{
    transform: rotate(360deg);
}
@media (max-width: 768px)
{
    .serviceBox li{
        width: 33.3%;
        border-top: 8px solid #fff;
        border-bottom: 8px solid #fff;
    }
    
    .serviceBox li:after
    {
        display: none;
    }
}

/*首页关于我们*/
.aboutBox
{
    background: #f1f1f1;
    overflow: hidden;
    position: relative;
    padding-bottom: 48px;
}

.aboutBox .modularTitleBox
{
    background-image: url(../Images/aboutBgIcon.png);
}

.aboutBox .aboutImg
{
    float: left;
    z-index: 2;
    width: 605px;
    height: 460px;
    overflow: hidden;
    position: relative;
}

.aboutBox .aboutImg .companyImgList
{
    width: 100%;
    height: 100%;
}

.aboutBox .aboutImg .companyImgList li
{
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    padding: 1px;
}

.aboutBox .aboutImg .companyImgList img
{
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

/*
.aboutBox .swiper-button-prev
{
    width: 37px;
    height: 37px;
    left: -55px;
    background: url(../Images/prevHover.jpg) no-repeat center;
}

.aboutBox .swiper-button-next
{
    width: 38px;
    height: 37px;
    right: -55px;
    background: url(../Images/nextHover.jpg) no-repeat center;
}
*/

.aboutBox .text
{
    float: right;
    width: 580px;
    height: 425px;
    padding: 15px;
}

.aboutBox .about .aboutTitle
{
    font-size: 30px;
    color: #3e3e3e;
    font-weight: bold;
    margin-top: 0px;
    text-align: left;
}

.aboutBox .aboutSummary
{
    width: 100%;
    height: 330px;
    overflow: hidden;
    color: #3e3e3e;
    font-size: 14px;
    margin-top: 15px;
}

.aboutBox .btns
{
    text-align: left;
}

.aboutBox .aboutMore
{
    width: 125px;
    height: 40px;
    background: #1052b3;
    display: inline-block;
    color: #fff;
    text-align: center;
    line-height: 40px;
    margin-right: 20px;
    font-size: 14px;
    border-radius: 10px;
}

.aboutBox .aboutMore:last-child
{
    background: #ce2424;
}

.aboutBox .aboutSummary p
{
    text-indent: 2em;
    margin-bottom: 12px;
    line-height: 26px;
}

.aboutBox .aboutSummary p a
{
    color: #3e3e3e;
}

.aboutBox .aboutElseList
{
    margin-top: 28px;
}

.aboutBox .aboutElseList li
{
    display: inline-block;
    margin-right: 8px;
}

.aboutBox .aboutElseList li img
{
    width: 100%;
}

.aboutBox .aboutElseList li:last-child
{
    margin-right: 0px;
}

.factory
{
    position: relative;
}


.factoryMain
{
    position: relative;
    margin-top: 40px;
}

.factoryMain .swiper-button-prev
{
    width: 37px;
    height: 37px;
    left: -55px;
    /*background: url(../Images/prevHover.jpg) no-repeat center;*/
}

.factoryMain .swiper-button-next
{
    width: 38px;
    height: 37px;
    right: -55px;
    /*background: url(../Images/nextHover.jpg) no-repeat center;*/
}

.factoryMain .item
{
    overflow: hidden;
    margin: 0 auto;
    height: 100%;
    color: #fff;
}

.factoryMain .item span
{
    display: block;
    line-height: 30px;
    overflow: hidden;
    height: 30px;
    width: 100%;
    text-align: center;
}

.factoryMain ul li
{
    height: initial;
    padding: 0px 10px;
    width: 300px;
}

.factoryMain ul li img
{
    width: 100%;
}

.factoryMain .factoryList
{
    position: relative;
    overflow: hidden;
}

.factoryMain .factoryList .imgBox
{
    width: 100%;
    padding-bottom: 87%;
    overflow: hidden;
    border: #dddddd solid 1px;
    cursor: pointer;
}

@media (max-width: 768px)
{
    .aboutBox
    {
        height: initial;
    }
    
    .aboutBox .aboutImg
    {
        margin: 0px;
        width: 100%;
        height: initial;
        margin-bottom: 10px;
    }
    
    .aboutBox .aboutImg img
    {
        width: 100%;
    }
    
    .aboutBox .about .aboutTitle
    {
        margin-top: 10px;
        text-align: center;
        margin-left: 0px;
        font-size: 17px;
    }
    
    .aboutBox .text
    {
        width: 100%;
        font-size: 14px;
        height: initial;
    }
    
    .aboutBox .aboutSummary
    {
        margin-top: 0px;
        margin-left: 0px;
        padding: 0px 10px 10px 10px;
        width: initial;
        height: initial;
        font-size: 15px;
    }
    
    .aboutBox .btns
    {
        text-align: center;
    }
    
    .aboutBox .aboutElseList
    {
        margin-top: 0px;
    }
    
    .aboutBox .aboutElseList ul
    {
        text-align: center;
    }
    
    .aboutBox .aboutElseList li
    {
        width: 48%;
        margin-right: 0px;
    }
    
    .factoryMain
    {
        padding-bottom: 10px;
    }
    
    .factoryMain ul, .factoryMain li, .factoryMain.item
    {
        width: 100%;
    }
    
    .factoryMain ul li
    {
        padding: 0px 0px;
        width: 100%;
    }
    
    .factoryMain .swiper-button-prev
    {
        left: 5px;
    }

    .factoryMain .swiper-button-next
    {
        right: 5px;
    }
}

/*新闻中心*/
.newsBox
{
    padding-bottom: 40px;
}

.newsBox .modularTitleBox
{
    background-image: url(../Images/newsBgIcon.png);
}

.newsBox .news .newsItem
{
    width: 385px;
    height: 450px;
    display:inline-block;
    border: #eeeeee solid 1px;
    margin-right: 18px;
    vertical-align: top;
}

.newsBox .news .newsItem:last-child
{
    margin-right: 0px;
}

.newsBox .newsTitle
{
    height: 45px;
    line-height: 45px;
    background: #eeeeee;
    padding-left: 10px;
    padding-right: 10px;
}

.newsBox .newsTitle .title
{
    float: left;
    font-size: 18px;
    color: #3e3e3e;
    font-weight: bold;
    border-left: #3e3e3e solid 3px;
    line-height: 1;
    margin-top: 13px;
    padding-left: 6px;
}

.newsBox .newsTitle a
{
    float: right;
    display: block;
    font-size: 18px;
    color: #9f9f9f;
}

.newsBox .list
{
    padding: 14px;
}

.newsBox .list ul
{
    margin-top: 20px;
}

.newsBox .list li
{
    margin-top: 10px;
    border-bottom: #c3c3c3 dashed 1px;
    padding-bottom: 8px;
}

.newsBox .list li:last-child
{
    border: none;
}

.newsBox .list li a
{
    color: #3e3e3e;
    display: inline-block;
    max-width: 312px;
    overflow: hidden;
    vertical-align: top;
    margin-left: 10px;
    height: 20px;
}

.newsBox .list .icon
{
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    background: #1052b3;
    display: inline-block;
}

.newsBox .list li:nth-child(n+4) .icon
{
    background: #c3c3c3;
}

.newsBox .list .triangle
{
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 7px solid #1052b3;
    margin-left: -4px;
}

.newsBox .list li:nth-child(n+4) .triangle
{
    border-left: 8px solid #c3c3c3;
}

@media (max-width: 768px)
{
    .newsBox .news .newsItem
    {
        width: 100%;
        height: initial;
        margin-bottom: 20px;
        margin-right: 0px;
    }
    
    .newsBox .list img
    {
        width: 100%;
    }
}

/*新闻中心*/

/*相关信息*/
.relativeBox
{
    background: #f6f6f6;
    overflow: hidden;
    padding-bottom: 40px;
    display: none;
}

.relativeBox .modularTitleBox
{
    background-image: url(../Images/relativeBgIcon.png);
}

.relativeBox .modularText
{
    padding-bottom: 0px;
}

.relativeBox li
{
    float: left;
    padding: 3px 10px;
    width: 25%;
    height: 26px;
    overflow: hidden;
}

.relativeBox .relativeList
{
    margin-top: 15px;
}

@media (max-width: 768px)
{
    .relativeBox li
    {
        width: 50%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
}


/*友情链接*/
.friendShipBox
{
    padding-bottom: 40px;
    padding-top: 40px;
}

.friendShipBox .modularText
{
    padding-bottom: 0px;
}

.friendShipBox li
{
    float: left;
    padding: 3px 10px;
}

.friendShipBox img
{
    display: inline-block;
    vertical-align: top;
}

.friendShipBox .friendShipList
{
    width: 1100px;
    display: inline-block;
    vertical-align: top;
}

@media (max-width: 768px)
{
    .friendShipBox
    {
        display: none;
    }
}